Package com.cisco.pt.ipc.sim
Interface Category
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
CategoryImpl
Information provided by the PKI file:
\class Category
\brief Category is the class for signature subcategories.
\example network().getDevice("Router0").getProcess("IpsProcess").getSubCategoryAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:booleanInformation provided by the PKI file:voidsetRetired(boolean val) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getRetired
boolean getRetired()Information provided by the PKI file:
\brief Returns the retired value. \return Bool, the retired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2- Returns:
- boolean Returns a boolean
-
setRetired
void setRetired(boolean val) Information provided by the PKI file:
\brief Sets the retired value. \param val, the retired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2- Parameters:
val- Takes in a parameter of val
-
getCategoryName
String getCategoryName()Information provided by the PKI file:
\brief Returns the subcategory name. \return string, the subcategory name.- Returns:
- String Returns a String
-